Skip to main content

DescribeIpSegment

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/Ddosprivate/DescribeIpSegment

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records displayed on the page.
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the current page number returned.
regionIdBODYstringYesNo sample value for this parameter.region id
DistributionBODYstringNoNo sample value for this parameter.area ID. For example, DXJF represents the Daxing computer room area.
IpSegmentBODYstringNoNo sample value for this parameter.specifies the IP address segment in the format of x.x.x.x/x.
InfoTypeBODYstringNoNo sample value for this parameter.the type of information about this network segment. For example, distribution can be used to represent area information.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
IpExpressionsstringno demo valuetraffic collection network segment in the format of x.x.x.x/x.
TotalCountintegerno demo valuereturns the total number of pages.
GmtCreatelongno demo valuetraffic collection network segment creation time.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
IpSegmentListarrayno demo valuetraffic collection and monitoring network segment list information. see the following parameter description for specific sub-items.
CurrentPageintegerno demo valuecurrently returns page number.
RegionNamestringno demo valuethe name of the region to which the network segment belongs.
GmtModifiedlongno demo valuethe last update time of the traffic collection network segment.
Idintegerno demo valuetraffic collection network segment ID.
InfoNamestringno demo valueidentifies the relevant information of the network segment in combination with the values of InfoType parameters. For example, for the distribution information type, enter the DXJF value to indicate that the network segment belongs to the Daxing data center area.
InfoTypestringno demo valuethe type of information about this network segment. For example, distribution can be used to represent area information.

Example

Successful Response example

{
"IpExpressions":"no demo value",
"TotalCount":"no demo value",
"GmtCreate":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"IpSegmentList":"no demo value",
"CurrentPage":"no demo value",
"RegionName":"no demo value",
"GmtModified":"no demo value",
"Id":"no demo value",
"InfoName":"no demo value",
"InfoType":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}